#!/usr/bin/make -f

PWD=$(shell /bin/pwd)

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --disable-static CFLAGS="-D_CFG_CACHE_PIN" CPPFLAGS="-D_CFG_CACHE_PIN"

